home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / nShell™ 1.0.3 / nShell / bin / chattr / chattr.rsrc / TEXT_16000_man general.txt < prev    next >
Encoding:
Text File  |  1994-09-24  |  594 b   |  26 lines

  1.  
  2. NAME
  3.  
  4. chattr - change attributes
  5.  
  6. SYNOPSIS
  7.  
  8. chattr file [file2...] [-c crea] [-t type]
  9.  
  10. DESCRIPTION
  11.  
  12. A file's "type" and "creator" are used to track what kind of data is in a file, and what application the file belongs to.
  13.  
  14. The "chattr" command may be used to display or change these file attributes.  When "chattr" is followed by one or more file names, a table of file creators and types will be displayed.
  15.  
  16. The -c and -t options may be used to change the file attributes.
  17.  
  18. OPTIONS
  19.  
  20. -c abcd        Change file creator to 'abcd'
  21. -t abcd        Change file type to 'abcd'
  22.  
  23. RETURN CODES
  24.  
  25. <0    Error
  26. 0    Success